#para{
	float:right;
	width:47%;
}
#wrap {
	float:left;
	border:1px #aaaaaa solid;
	width: 48%;
}
.con{float: left; width: 100%;}
.tempWrap{overflow:hidden; position:relative; width:100%;}
.conWrap{width: 100%; position: relative; overflow: hidden; padding: 0px; margin: 0px; left: 0px;}
/*轮播样式*/
.featured-wrapper {
	float: right;	
	margin-bottom: 5px;
	width: 100%;
	overflow: hidden;
	
}
#featured-content {
	margin-bottom: 10px;
	height:290px;
	overflow:hidden;
}
.featured-post {
	height:100%;
	width:100%;
	overflow: hidden;
	float: left;
	position: relative;
	
}
.featured-thumbnail {height:290px;}

#slider-nav {
	position: relative;
	width: 98%;
	margin:0 auto;
	overflow: hidden;
	padding: 0;
}
#slide-thumbs {
	width: 100%;
	list-style: none;
	margin: 0;
}
#slider-nav li {
	padding: 0;
	float: left;	
	margin: 0 5px;
	height:80px;
	width: 80px;
}
#slider-nav li a, #slider-nav li a:visited {
	border-bottom: none;
	padding: 0;
}
.navimg{width: 100%;height:100%;border:1px #aaaaaa solid;}
.activeSlide img { opacity: 0.3!important;}
/*选项卡样式*/
.tabBar{ width:95%; font-family:"Microsoft YaHei";margin:30px auto 0;}
.tabBar .hd ul{ z-index:5; position:relative; zoom:1;list-style:none;}
.tabBar .hd li{ 
	float:left; height:24px; 
	line-height:24px; margin-top:4px; 
	padding:0px 16px 0px 16px; margin-right:5px; 
	color:#333333;
	border:1px solid #c8d1d5; border-bottom:0px; cursor:pointer;
	}
.tabBar .hd li.on{ 
	height:27px; line-height:32px; 
	font-weight:bold; overflow:hidden; 
	margin-top:0px; position:relative; top:1px; 
	border-top:2px solid #5FB878;
	}
.tabBar .hd li.on span{ font-weight:bold; color:#c00; }
.tabBar .bd{ 
	border:1px solid #C8D1D5; 
	padding:10px 40px 0 40px; clear:both; 
	position:relative; min-height:420px; overflow:hidden; 
	}
.tabBar .prev,.tabBar .next{ position:absolute; left:10px; top:80px; }
.tabBar .next{ left:auto; right:10px; }
.tabBar .prevStop,.tabBar .nextStop{ display:none; }
.tabBar .bd p{ padding-bottom:10px }

#para table{border:1px solid #e2e2e2;}
#para table th{background-color:#eeeeee;width:120px;padding: 6px 0;}
#para table td{background-color:#fbfbfb;padding: 6px 5px;}

@media screen and (max-width:960px){
.featured-thumbnail {height:auto;width:100%;}
#slider-nav li{height:50px;width:50px;}
}
@media screen and (max-width:500px){
	#para{
		width:100%;
	}
	#wrap {
		width:100%;
	}
}